home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / MENU95 / readme.txt
Text File  |  1997-03-25  |  1KB  |  36 lines

  1. MENU95 - Based on input
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Show several ways of using and manipulating menus, including
  13.     handling menu commands from menu bars & pop menus, inserting
  14.     menus on the fly, modifying menus, and implementing owner draw.
  15.  
  16. USES:
  17.     Based on input.
  18.     Also uses some APIs first shown in output
  19.  
  20.  
  21. COMMENTS:
  22.     This is a 32-bit only application
  23.  
  24.     NOTE:  This sample uses several API's specific to Windows 95 and
  25.            therefore will only run on Windows 95.
  26.  
  27. MODULE MAP:
  28.     Dispatch- Message dispatching routines
  29.     WinMain - Calls initialization functions and processes the message loop
  30.     Menu    - Implements the windows procedure for the main application window
  31.     Init    - Performs application and instance specific initialization
  32.     Menu    - Basic menu support - command handling, item checking,
  33.                 bitmap check-marks, and on the fly menu insertion.
  34.     OwnrDraw- Owner draw menu handling & on the fly menu modification
  35.     Popup   - Implements a popup menu
  36.